From: John Paul Wallington Date: Mon, 12 Apr 2004 10:25:04 +0000 (+0000) Subject: (describe-mode): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23261 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c16ed5ed678e0506a391eab139a2a04457d5129a;p=emacs.git (describe-mode): Doc fix. --- diff --git a/lisp/help.el b/lisp/help.el index 82a43c6868b..b589de94474 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -564,11 +564,13 @@ the last key hit are used." (defun describe-mode (&optional buffer) "Display documentation of current major mode and minor modes. -The major mode description comes first, followed by the minor modes, -each on a separate page. -For this to work correctly for a minor mode, the mode's indicator variable -\(listed in `minor-mode-alist') must also be a function whose documentation -describes the minor mode." +A brief summary of the minor modes comes first, followed by the +major mode description. This is followed by detailed +descriptions of the minor modes, each on a separate page. + +For this to work correctly for a minor mode, the mode's indicator +variable \(listed in `minor-mode-alist') must also be a function +whose documentation describes the minor mode." (interactive) (help-setup-xref (list #'describe-mode (or buffer (current-buffer))) (interactive-p))